Bitmap
Resource
|
The BITMAP resource definition statement specifies a bitmap that an application uses in its screen display or as an item in a menu or control.
Syntax
nameID BITMAP [load-mem] filename
Parameters
nameID
Specifies either a unique name or a 16-bit unsigned integer value identifying the resource.
load-mem
Specifies loading and memory attributes for the resource
filename
Specifies the name of the file that contains the resource. The name must be a valid filename; it must be a full path if the file is not in the current working directory. The path can either be a quoted or nonquoted string.
Example
The following example specifies two bitmap resources:
pic1 BITMAP picture.bmp
12 BITMAP PRELOAD logo.bmp